| Method | Request URI |
|---|---|
| DELETE | /API/DataCube/Parameter/{id}/?parameterId=value&sessionId=value |
| URI Parameter | Description |
|---|---|
| parameterId | The ID of the parameter to delete. |
| sessionId | Current session ID. Specifying via an Authorization request header instead is recommended. |
| Path Parameter | Description |
|---|---|
| id | The ID of the data cube the parameter is in. |
| Authorization: Bearer <Current session ID> |